[INFO] cloning repository https://github.com/paritytech/cargo-contract
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paritytech/cargo-contract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fcargo-contract", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fcargo-contract'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbec113184b5f4f0139d8640cceb3d8c9ad6acdc
[INFO] testing paritytech/cargo-contract against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fcargo-contract" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/paritytech/cargo-contract
[INFO] finished tweaking git repo https://github.com/paritytech/cargo-contract
[INFO] tweaked toml for git repo https://github.com/paritytech/cargo-contract written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/paritytech/cargo-contract on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/paritytech/cargo-contract already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f2e1ec9d30f758569a978bd0e2ae6a111c426f33ccdce295ac0d47fadfc39936
[INFO] running `Command { std: "docker" "start" "-a" "f2e1ec9d30f758569a978bd0e2ae6a111c426f33ccdce295ac0d47fadfc39936", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f2e1ec9d30f758569a978bd0e2ae6a111c426f33ccdce295ac0d47fadfc39936", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2e1ec9d30f758569a978bd0e2ae6a111c426f33ccdce295ac0d47fadfc39936", kill_on_drop: false }`
[INFO] [stdout] f2e1ec9d30f758569a978bd0e2ae6a111c426f33ccdce295ac0d47fadfc39936
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 783b7d1c02e77e3b43a13bbcb0d24cd9fe32cd9102f8a4ba4f2a59c7219f15a4
[INFO] running `Command { std: "docker" "start" "-a" "783b7d1c02e77e3b43a13bbcb0d24cd9fe32cd9102f8a4ba4f2a59c7219f15a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling zerocopy v0.8.35
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling uint v0.10.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling impl-num-traits v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling impl-serde v0.5.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling blake2b_simd v1.0.4
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling impl-codec v0.7.1
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling sp-crypto-hashing v0.1.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling primitive-types v0.13.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling sp-debug-derive v14.0.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling jam-codec v0.1.1
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling hash-db v0.16.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling jam-codec-derive v0.1.1
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling ss58-registry v1.51.0
[INFO] [stderr]    Compiling libsecp256k1 v0.7.2
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling sp-storage v22.0.0
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling scale-type-resolver v0.2.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling merlin v3.0.0
[INFO] [stderr]    Compiling getrandom_or_panic v0.0.3
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling environmental v1.1.4
[INFO] [stderr]    Compiling hex-conservative v0.1.2
[INFO] [stderr]    Compiling sp-externalities v0.30.0
[INFO] [stderr]    Compiling schnorrkel v0.11.5
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling bitcoin_hashes v0.13.0
[INFO] [stderr]    Compiling bounded-collections v0.3.2
[INFO] [stderr]    Compiling scale-bits v0.7.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling sp-std v14.0.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling parity-bip39 v2.0.1
[INFO] [stderr]    Compiling substrate-bip39 v0.6.0
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling ed25519-zebra v4.1.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling secp256k1 v0.28.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling scale-decode-derive v0.16.2
[INFO] [stderr]    Compiling scale-encode-derive v0.10.1
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling hash256-std-hasher v0.15.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling array-bytes v6.2.3
[INFO] [stderr]    Compiling common-path v1.0.0
[INFO] [stderr]    Compiling scale-decode v0.16.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling docify_macros v0.2.9
[INFO] [stderr]    Compiling scale-encode v0.10.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling docify v0.2.9
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling syn-solidity v1.5.4
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling sp-core v38.1.0
[INFO] [stderr]    Compiling const-hex v1.17.0
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling ruint v1.17.2
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.5.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.5.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling alloy-primitives v1.5.4
[INFO] [stderr]    Compiling sp-arithmetic v28.0.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.108
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling sp-weights v33.2.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling pallet-revive-proc-macro v0.5.0
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling pallet-revive-uapi v0.8.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling alloy-sol-macro v1.5.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling alloy-sol-types v1.5.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling ink_prelude v6.0.0-beta.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling expander v2.2.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling time v0.3.46
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ink_primitives v6.0.0-beta.1
[INFO] [stderr]    Compiling jsonrpsee-types v0.24.10
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling file-guard v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling picosimd v0.9.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.108
[INFO] [stderr]    Compiling soketto v0.8.1
[INFO] [stderr]    Compiling jsonrpsee-core v0.24.10
[INFO] [stderr]    Compiling substrate-prometheus-endpoint v0.17.7
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling schnellru v0.2.4
[INFO] [stderr]    Compiling frame-metadata v23.0.1
[INFO] [stderr]    Compiling memory-db v0.34.0
[INFO] [stderr]    Compiling trie-db v0.30.0
[INFO] [stderr]    Compiling trie-root v0.18.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling wasm-bindgen v0.2.108
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling rustls-platform-verifier v0.5.3
[INFO] [stderr]    Compiling base58 v0.2.0
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling sp-trie v41.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.24.10
[INFO] [stderr]    Compiling frame-decode v0.9.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.108
[INFO] [stderr]    Compiling sp-panic-handler v13.0.2
[INFO] [stderr]    Compiling sp-tracing v18.0.0
[INFO] [stderr]    Compiling sp-runtime-interface-proc-macro v20.0.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling ink_metadata v6.0.0-beta.1
[INFO] [stderr]    Compiling sp-wasm-interface v23.0.0
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling sp-io v42.0.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling yap v0.12.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling slice-group-by v0.3.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling polkavm-common v0.30.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling scale-value v0.18.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling regalloc2 v0.9.3
[INFO] [stderr]    Compiling sigchld v0.2.4
[INFO] [stderr]    Compiling keccak-hash v0.11.0
[INFO] [stderr]    Compiling subxt-metadata v0.44.2
[INFO] [stderr]    Compiling zip v6.0.0
[INFO] [stderr]    Compiling sp-runtime-interface v31.0.0
[INFO] [stderr]    Compiling sp-state-machine v0.47.0
[INFO] [stderr]    Compiling secp256k1 v0.30.0
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.24.10
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling contract-metadata v6.0.0-beta.2 (/opt/rustwide/workdir/crates/metadata)
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling scale-typegen v0.11.1
[INFO] [stderr]    Compiling sp-keystore v0.44.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling const_env_impl v0.1.5
[INFO] [stderr]    Compiling serde_with v3.16.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling current_platform v0.2.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling hex-literal v1.1.0
[INFO] [stderr]    Compiling sha2-const-stable v0.1.0
[INFO] [stderr]    Compiling keccak-const v0.2.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling const-crypto v0.3.0
[INFO] [stderr]    Compiling subxt-utils-fetchmetadata v0.44.2
[INFO] [stderr]    Compiling ink_engine v6.0.0-beta.1
[INFO] [stderr]    Compiling subxt-core v0.44.2
[INFO] [stderr]    Compiling clap_builder v4.5.55
[INFO] [stderr]    Compiling const_env v0.1.5
[INFO] [stderr]    Compiling subxt-codegen v0.44.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling bollard-stubs v1.49.1-rc.28.4.0
[INFO] [stderr]    Compiling polkavm-linker v0.30.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling contract-build v6.0.0-beta.2 (/opt/rustwide/workdir/crates/build)
[INFO] [stderr]    Compiling jsonrpsee v0.24.10
[INFO] [stderr]    Compiling js-sys v0.3.85
[INFO] [stderr]    Compiling ink_storage_traits v6.0.0-beta.1
[INFO] [stderr]    Compiling shared_child v1.1.1
[INFO] [stderr]    Compiling alloy-sol-type-parser v1.5.4
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling hyperlocal v0.9.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling cargo-platform v0.3.2
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling brownstone v1.1.0
[INFO] [stderr]    Compiling ink_allocator v6.0.0-beta.1
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling indent_write v2.2.0
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling joinery v2.1.0
[INFO] [stderr]    Compiling shared_thread v0.2.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling nom-supreme v0.7.0
[INFO] [stderr]    Compiling duct v1.1.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling fluent-uri v0.3.2
[INFO] [stderr]    Compiling ink_env v6.0.0-beta.1
[INFO] [stderr]    Compiling clap v4.5.55
[INFO] [stderr]    Compiling cargo_metadata v0.23.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.58
[INFO] [stderr]    Compiling which v8.0.0
[INFO] [stderr]    Compiling sp-application-crypto v42.0.0
[INFO] [stderr]    Compiling alloy-json-abi v1.5.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling subxt-rpcs v0.44.2
[INFO] [stderr]    Compiling subxt-macro v0.44.2
[INFO] [stderr]    Compiling binary-merkle-tree v16.1.0
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling uzers v0.12.2
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling simple-mermaid v0.1.1
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling tuplex v0.1.2
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling escape8259 v0.5.3
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling substrate-build-script-utils v11.0.0
[INFO] [stderr]    Compiling cargo-contract v6.0.0-beta.2 (/opt/rustwide/workdir/crates/cargo-contract)
[INFO] [stderr]    Compiling contract-transcode v6.0.0-beta.2 (/opt/rustwide/workdir/crates/transcode)
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling subxt v0.44.2
[INFO] [stderr]    Compiling sp-runtime v43.0.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling referencing v0.33.0
[INFO] [stderr]    Compiling fancy-regex v0.16.2
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling bollard v0.19.4
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling jsonschema v0.33.0
[INFO] [stderr]    Compiling contract-analyze v6.0.0-beta.2 (/opt/rustwide/workdir/crates/analyze)
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling contract-extrinsics v6.0.0-beta.2 (/opt/rustwide/workdir/crates/extrinsics)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 40s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.30.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "783b7d1c02e77e3b43a13bbcb0d24cd9fe32cd9102f8a4ba4f2a59c7219f15a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "783b7d1c02e77e3b43a13bbcb0d24cd9fe32cd9102f8a4ba4f2a59c7219f15a4", kill_on_drop: false }`
[INFO] [stdout] 783b7d1c02e77e3b43a13bbcb0d24cd9fe32cd9102f8a4ba4f2a59c7219f15a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee831def7d96b615bdfb8e9c9e70a9257f0d69ef7eccf6f2019332eeefa38ca8
[INFO] running `Command { std: "docker" "start" "-a" "ee831def7d96b615bdfb8e9c9e70a9257f0d69ef7eccf6f2019332eeefa38ca8", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling const-hex v1.17.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling konst v0.2.19
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.5.4
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling impl-serde v0.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling jam-codec v0.1.1
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling ss58-registry v1.51.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling impl-codec v0.7.1
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling libsecp256k1 v0.7.2
[INFO] [stderr]    Compiling sp-crypto-hashing v0.1.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sp-storage v22.0.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.5.4
[INFO] [stderr]    Compiling primitive-types v0.13.1
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling scale-type-resolver v0.2.0
[INFO] [stderr]    Compiling schnorrkel v0.11.5
[INFO] [stderr]    Compiling scale-bits v0.7.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling sp-externalities v0.30.0
[INFO] [stderr]    Compiling bounded-collections v0.3.2
[INFO] [stderr]    Compiling ed25519-zebra v4.1.0
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling substrate-bip39 v0.6.0
[INFO] [stderr]    Compiling scale-decode v0.16.2
[INFO] [stderr]    Compiling scale-encode v0.10.1
[INFO] [stderr]    Compiling sp-arithmetic v28.0.0
[INFO] [stderr]    Compiling alloy-primitives v1.5.4
[INFO] [stderr]    Compiling pallet-revive-uapi v0.8.0
[INFO] [stderr]    Compiling alloy-sol-macro v1.5.4
[INFO] [stderr]    Compiling sp-weights v33.2.0
[INFO] [stderr]    Compiling alloy-sol-types v1.5.4
[INFO] [stderr]    Compiling expander v2.2.1
[INFO] [stderr]    Compiling sp-tracing v18.0.0
[INFO] [stderr]    Compiling sp-runtime-interface-proc-macro v20.0.0
[INFO] [stderr]    Compiling sp-wasm-interface v23.0.0
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling frame-metadata v23.0.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling soketto v0.8.1
[INFO] [stderr]    Compiling scale-value v0.18.1
[INFO] [stderr]    Compiling sp-core v38.1.0
[INFO] [stderr]    Compiling frame-decode v0.9.0
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.24.10
[INFO] [stderr]    Compiling sp-runtime-interface v31.0.0
[INFO] [stderr]    Compiling keccak-hash v0.11.0
[INFO] [stderr]    Compiling binary-merkle-tree v16.1.0
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.24.10
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling subxt-metadata v0.44.2
[INFO] [stderr]    Compiling alloy-json-abi v1.5.4
[INFO] [stderr]    Compiling scale-typegen v0.11.1
[INFO] [stderr]    Compiling ink_primitives v6.0.0-beta.1
[INFO] [stderr]    Compiling sp-trie v41.1.0
[INFO] [stderr]    Compiling sp-keystore v0.44.1
[INFO] [stderr]    Compiling subxt-core v0.44.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling subxt-codegen v0.44.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling jsonrpsee v0.24.10
[INFO] [stderr]    Compiling sp-state-machine v0.47.0
[INFO] [stderr]    Compiling subxt-utils-fetchmetadata v0.44.2
[INFO] [stderr]    Compiling ink_metadata v6.0.0-beta.1
[INFO] [stderr]    Compiling ink_engine v6.0.0-beta.1
[INFO] [stderr]    Compiling merlin v3.0.0
[INFO] [stderr]    Compiling uint v0.10.0
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling subxt-macro v0.44.2
[INFO] [stderr]    Compiling impl-num-traits v0.2.0
[INFO] [stderr]    Compiling ink_storage_traits v6.0.0-beta.1
[INFO] [stderr]    Compiling sp-io v42.0.0
[INFO] [stderr]    Compiling contract-build v6.0.0-beta.2 (/opt/rustwide/workdir/crates/build)
[INFO] [stderr]    Compiling ink_env v6.0.0-beta.1
[INFO] [stderr]    Compiling subxt-rpcs v0.44.2
[INFO] [stderr]    Compiling contract-transcode v6.0.0-beta.2 (/opt/rustwide/workdir/crates/transcode)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling ruint v1.17.2
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling polkavm-common v0.29.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling sp-application-crypto v42.0.0
[INFO] [stderr]    Compiling subxt v0.44.2
[INFO] [stderr]    Compiling sp-runtime v43.0.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling polkavm-derive-impl v0.29.0
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling secp256k1 v0.28.2
[INFO] [stderr]    Compiling parity-bip39 v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling polkavm-derive-impl-macro v0.29.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling linkme-impl v0.3.35
[INFO] [stderr]    Compiling ink_ir v6.0.0-beta.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling polkavm-derive v0.29.0
[INFO] [stderr]    Compiling linkme v0.3.35
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling generic-array v1.3.5
[INFO] [stderr]    Compiling ink_storage v6.0.0-beta.1
[INFO] [stderr]    Compiling hex-conservative v0.2.2
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling contract-extrinsics v6.0.0-beta.2 (/opt/rustwide/workdir/crates/extrinsics)
[INFO] [stderr]    Compiling sp-keyring v43.0.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling stdio-override v0.2.0
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling contract-metadata v6.0.0-beta.2 (/opt/rustwide/workdir/crates/metadata)
[INFO] [stderr]    Compiling contract-analyze v6.0.0-beta.2 (/opt/rustwide/workdir/crates/analyze)
[INFO] [stderr]    Compiling bip39 v2.2.2
[INFO] [stderr]    Compiling subxt-signer v0.44.2
[INFO] [stderr]    Compiling ink_codegen v6.0.0-beta.1
[INFO] [stderr]    Compiling cargo-contract v6.0.0-beta.2 (/opt/rustwide/workdir/crates/cargo-contract)
[INFO] [stderr] error: could not compile `contract-build` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name contract_build --edition=2024 crates/build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27175a1c1500c4e2 -C extra-filename=-0576b5fe0b4004bc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloy_json_abi=/opt/rustwide/target/debug/deps/liballoy_json_abi-7ee26e75d9e3167d.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-7e5dcd40304f6dad.rlib --extern blake2=/opt/rustwide/target/debug/deps/libblake2-cf3e9859573f40a7.rlib --extern bollard=/opt/rustwide/target/debug/deps/libbollard-5c524bef6dd14d43.rlib --extern cargo_metadata=/opt/rustwide/target/debug/deps/libcargo_metadata-e48e283781ee0b90.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-2be13cc261466ee0.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-a8d8c5091cb24ddd.rlib --extern contract_metadata=/opt/rustwide/target/debug/deps/libcontract_metadata-2e5baf3d0135def7.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-d4d2a9dac62a48e0.rlib --extern duct=/opt/rustwide/target/debug/deps/libduct-92ca4d5a78a02a6c.rlib --extern generic_array=/opt/rustwide/target/debug/deps/libgeneric_array-3367e6f586e8af0d.rlib --extern heck=/opt/rustwide/target/debug/deps/libheck-167f3c7591a7a4b0.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rlib --extern impl_serde=/opt/rustwide/target/debug/deps/libimpl_serde-eb1e29a2c55076e1.rlib --extern ink_metadata=/opt/rustwide/target/debug/deps/libink_metadata-15471204845264ce.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bb9dfc9f1c5526ce.rlib --extern scale=/opt/rustwide/target/debug/deps/libparity_scale_codec-82d98962bf441ae8.rlib --extern polkavm_linker=/opt/rustwide/target/debug/deps/libpolkavm_linker-4b8ab640358e9c93.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-64d41c4183345cb9.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b9785f22ce83f98.rlib --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-46e49bb43bc67674.rlib --extern rustversion=/opt/rustwide/target/debug/deps/librustversion-5a027c01becb027b.so --extern semver=/opt/rustwide/target/debug/deps/libsemver-9fa95c58e15a7077.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9f36a8475c90582e.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-341a292cbb428f97.rlib --extern sha3=/opt/rustwide/target/debug/deps/libsha3-284c0a6f9438b622.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-313eb7a5ea81c868.rlib --extern term_size=/opt/rustwide/target/debug/deps/libterm_size-27565e3131ce848d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-be1951a29de0c94b.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-dffb57cd048f329a.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-649836e81ea70b8b.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2ec8c430ab79dccc.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-9fea110512302a40.rlib --extern uzers=/opt/rustwide/target/debug/deps/libuzers-5dc5dd56418ebb67.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-7c0d7829f2062661.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/secp256k1-sys-9e6d374d779ecaac/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cargo-contract` (bin "cargo-contract")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name cargo_contract --edition=2024 crates/cargo-contract/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "integration-tests", "std", "test-ci-only"))' -C metadata=d2ebde4d1066cff1 -C extra-filename=-64ced366a67a4758 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-7e5dcd40304f6dad.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-2be13cc261466ee0.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-a8d8c5091cb24ddd.rlib --extern comfy_table=/opt/rustwide/target/debug/deps/libcomfy_table-b0e682fd2995707a.rlib --extern contract_analyze=/opt/rustwide/target/debug/deps/libcontract_analyze-ddc6e6ba9bc1d583.rlib --extern contract_build=/opt/rustwide/target/debug/deps/libcontract_build-a3f63465e9d3aed2.rlib --extern contract_extrinsics=/opt/rustwide/target/debug/deps/libcontract_extrinsics-abc22ea8fcaa5e30.rlib --extern contract_metadata=/opt/rustwide/target/debug/deps/libcontract_metadata-2e5baf3d0135def7.rlib --extern contract_transcode=/opt/rustwide/target/debug/deps/libcontract_transcode-cc4ed0f0d65dd9dc.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rlib --extern ink_env=/opt/rustwide/target/debug/deps/libink_env-32b9334862191345.rlib --extern ink_metadata=/opt/rustwide/target/debug/deps/libink_metadata-15471204845264ce.rlib --extern jsonschema=/opt/rustwide/target/debug/deps/libjsonschema-885d35c63e03601b.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-8434f84c7e6b85f7.rlib --extern primitive_types=/opt/rustwide/target/debug/deps/libprimitive_types-8906993cba60ec3a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b9785f22ce83f98.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-beec83fb29c99504.rlib --extern semver=/opt/rustwide/target/debug/deps/libsemver-9fa95c58e15a7077.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9f36a8475c90582e.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-341a292cbb428f97.rlib --extern sp_core=/opt/rustwide/target/debug/deps/libsp_core-3fb2e666370ab8c2.rlib --extern sp_weights=/opt/rustwide/target/debug/deps/libsp_weights-f69707c6cce5b564.rlib --extern subxt=/opt/rustwide/target/debug/deps/libsubxt-cd6631d3932f2c9e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-be1951a29de0c94b.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2ec8c430ab79dccc.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-497e4e326452ca30.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-9fea110512302a40.rlib --extern which=/opt/rustwide/target/debug/deps/libwhich-22f605fa6e0b788d.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/secp256k1-sys-9e6d374d779ecaac/out -L native=/opt/rustwide/target/debug/build/secp256k1-sys-903b6a38790015a8/out -L native=/opt/rustwide/target/debug/build/ring-7ac48627768f682b/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcL4ryca/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libjsonschema-885d35c63e03601b,libreqwest-ed3b64fa549c2a38,libtower_http-f512dcb7b83eae77,libiri_string-d8b08e8827a09725,libtower-10db9f8c988fcc44,libtower_layer-d70c7e404336389b,libsync_wrapper-4e5dde2cc3b4a6e4,libbytecount-104a505dd9bbb58d,libuuid_simd-c809cb14360ece25,libuuid-f9fe03c74c0c93ef,liboutref-f450885a24a2ad4b,libvsimd-035e2101b7888870,libfancy_regex-8cfdfb0608a0359a,libbit_set-8b4dc0e384a70557,libbit_vec-d65fb98b7c3788f8,libemail_address-e41dfd49c3099071,libfraction-ae08da0a6d24f880,libnum-353f17644865d599,libnum_iter-d065749f141cd50c,libnum_rational-7f634154e921e817,libnum_complex-03ac56cf12d81041,libnum_bigint-939c89fe6068755f,libnum_integer-8994f55b08cf2168,libnum_cmp-17522be2d14919c0,libreferencing-a8c4da827f2cf9ed,libfluent_uri-a9f1ed5ba916bdfe,libborrow_or_share-810a30cb5b73c7c0}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libwhich-22f605fa6e0b788d,libenv_home-9d3240afb36e91aa,libsp_keyring-ddf1c24bb8207b2e,libstrum-dcd3a68da7cbb591,libassert_cmd-baf17cf4f1d9281a,libwait_timeout-3b3db1f548726489,libdoc_comment-b7e3a4db9cdbc82e,libbstr-76a18e3fc4f70aca,libpredicates_tree-a834fbd7356f3644,libtermtree-a075e54d067ee6cb,libpredicates-0e7f6cf2414f4bc6,libdifflib-b5c0d174341d4249,libnormalize_line_endings-912622c98f3c3da1,libfloat_cmp-3b9a7942abd35d07,libpredicates_core-2b501300e88847fc,libcomfy_table-b0e682fd2995707a,libunicode_segmentation-ff3f1aa3aad6e639,libunicode_width-11318280e9097d13,libcontract_analyze-ddc6e6ba9bc1d583,libcontract_extrinsics-abc22ea8fcaa5e30,libcontract_build-a3f63465e9d3aed2,libtempfile-313eb7a5ea81c868,libfastrand-503f12a96d791409,libzip-7c0d7829f2062661,libcrc32fast-66fcb8dfd77ba9de,librustc_version-46e49bb43bc67674,libuzers-5dc5dd56418ebb67,libterm_size-27565e3131ce848d,libduct-92ca4d5a78a02a6c,libshared_thread-82042254d74bf591,libshared_child-e4d36b9653e3eacd,libsigchld-bf9f238850dd39e0,libos_pipe-3426751d625ecfa0,liballoy_json_abi-7ee26e75d9e3167d,liballoy_sol_type_parser-b33da8b13b9b7309,libheck-167f3c7591a7a4b0,libcrossterm-d4d2a9dac62a48e0,librustix-4b0428dc1f2b04f0,liblinux_raw_sys-693dbac71fe04287,libbitflags-9710438662028847,libsignal_hook_mio-9369be39c74d29fb,libsignal_hook-bee2b2c064b4226f,libsignal_hook_registry-f28089634c785938,liberrno-022dd9b102cb7f23,libbollard-5c524bef6dd14d43,libserde_urlencoded-9ded68c6ffd20711,libryu-14257e7dfe68df82,libbollard_stubs-28f0c8f5f81bf317,libserde_with-b7d52cd146dcf024,libhyperlocal-38253aa3c41b96d9,libtoml-649836e81ea70b8b,libtoml_writer-bf70c2c27ae66cf4,libtoml_parser-502a244c13c4d2e9,libwinnow-00893ee6a09bb5da,libserde_spanned-602b31272523ac5d,libtoml_datetime-942926ab8ac126b9,libcargo_metadata-e48e283781ee0b90,libcargo_platform-24a301ebf4f0853e,libcamino-782f083478e42e1e,libpolkavm_linker-4b8ab640358e9c93,libdirs-8c18bd24e74b2b1c,libdirs_sys-7461d2eb528c1e5d,liboption_ext-23838f1959a6156b,libregalloc2-c82a70754770e032,libslice_group_by-c92f99ee88cf59e5,librustc_hash-17912ff924ee104f,libobject-f18294d948e1a65a,libpolkavm_common-829819bbbd1c16bf,libpicosimd-3fb4f793586bdbfe,libgimli-b121362ef467a603,libclap-2be13cc261466ee0,libclap_builder-8a393547e6b7a498,libanstream-1b5b996d5ee65254,libanstyle_query-7d642b7421150d4a,libis_terminal_polyfill-21bbb5fdce9e5cde,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-6a0978e3619e5988,libanstyle-8f9813155d5c1cf2,libcontract_transcode-cc4ed0f0d65dd9dc,libstrsim-24acdad2526b95b7,libnom_supreme-038bfd4d6d637de8,libbrownstone-af85962533907d63,libjoinery-00fe43c3c5b73051,libindent_write-7570d580dd483d1a,libnom-7aa949bdde67ff87,libescape8259-5cb71a9e322852f8,libcontract_metadata-2e5baf3d0135def7,libsemver-9fa95c58e15a7077,libcolored-a8d8c5091cb24ddd,libsp_runtime-2a2d7601cda76c60,libsimple_mermaid-090dceb94c3cd8c1,libtuplex-a7182063fed8c627,libbinary_merkle_tree-71159b3cf5b3d069,libsp_application_crypto-b043ce4cd76076ac,libsp_io-b9bc2720ceb4f51f,libsp_state_machine-c141ae393e357954,libsp_panic_handler-78e82241b8f7c404,libbacktrace-22dcc7e7b1b58cbb,libminiz_oxide-200153ee43866327,libadler2-6c84652b4f76062c,libobject-70eb57cde0515102,libaddr2line-3417bf5ab7e9d508,libgimli-3f9d212b917c832b,librustc_demangle-38aff716f5dc6a1c,libed25519_dalek-900434e38fe4cdee,libsp_runtime_interface-8cbe1646457b94d9,libsp_tracing-d26c5f44b770e7f0,libregex-9b9785f22ce83f98,libtracing_subscriber-497e4e326452ca30,libtime-02662130187915d2,libtime_core-b0a5dd9c151b4fd3,libnum_conv-a6c1e03cf6174049,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libsharded_slab-ed54e7407fbec608,libmatchers-3a47c7f3f91e5cee,libregex_automata-80ec7d4f3dbce0b4,libaho_corasick-96707775b14d7c29,libregex_syntax-d40cde7d2fd22dd8,libnu_ansi_term-397b1770c3b67a2d,libthread_local-930fa34297cc73a9,libtracing_log-46d10ef08017e4c7,libsp_wasm_interface-aef81fcc4b4b63a6,libsp_trie-c7fc6943147fca0d,libtrie_root-6a99df2cb7f85686,libmemory_db-82bc3bc08734088a,libsubstrate_prometheus_endpoint-14d5c52167cd0187,libhyper_util-5740759c406b6921,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhttp_body_util-d1013422c0dd8207,libhyper-9fae19c1414003ca,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libh2-2730004be35078c7,libindexmap-fb3ae6ea90f53af1,libhashbrown-00f937fe1169347c,libatomic_waker-001109810bdecbaa,libhttpdate-9f9d2502c6a38412,libhttp_body-e17f288cb3be7117,libprometheus-845c98f213e939b9,liblazy_static-b3603208c0de2608,libfnv-2d77ec4f6f971b24,libschnellru-e4985cf10eab8016,libhashbrown-140bd5222ced52a2,libnohash_hasher-7182108947a1143f,libtrie_db-02b6c294fd04e4ad,libsp_keystore-80b8bd7b276bf52d,libanyhow-7e5dcd40304f6dad,librust_decimal-64d83b2ede04027f,libsubxt-cd6631d3932f2c9e,libweb_time-c447c8b725da1947,libsubxt_rpcs-73c42528c8393295,libjsonrpsee-43c8a948c9017587,libjsonrpsee_ws_client-ab466d4e50f1652b,libjsonrpsee_client_transport-3dcc279764d1cc5d,libtokio_rustls-051344c1cadfba41,librustls_platform_verifier-0231876403718ead,librustls_native_certs-887806e4684ea594,libopenssl_probe-2e4370df64ac645e,librustls-66b687ef3d3f7e2d,libwebpki-7aac0bb795ce1864,libring-19a9ba108935eba7,libuntrusted-3420b86308bec153,librustls_pki_types-bf599f0ab6432f4a,libtokio_util-5d15fc5f61cb17a9,libsoketto-a5a7fdd1aac453cb,libhttparse-4b1ed73b760072b9,libsha1-0f8ce192769ff717,libjsonrpsee_core-7b1165781bd7fc4b,libtokio_stream-dffb57cd048f329a,libpin_project-e6d346e0d212f351,libfutures_timer-2b3f729e26c119bb,libtokio-be1951a29de0c94b,libsocket2-a9cfc005d171b73c,libmio-6eebef61c8526d61,libjsonrpsee_types-b45ba6db7498a9f4,libhttp-528c5e41684783cc,libsubxt_core-c06d73d9a09084b4,libkeccak_hash-e03aeda6f937f682,libtiny_keccak-88a2efbd8fdde284,libscale_value-f5854698e4b314cd,libyap-dc5954c0a45eac29,libbase58-150c346e2aaa5fb7,libsubxt_metadata-7d3ebbf5bebeb27a,libhashbrown-07a4402355db11a9,libahash-54538f53080ecccc,libgetrandom-ed5599075215110b,libframe_decode-6dd2ea0689f67f4a,liburl-9fea110512302a40,libidna-9a1a243731bfb6a1,libutf8_iter-0d9be7b316c2b184,libidna_adapter-96f7763d3c7637cc,libicu_properties-77b17a49fc3f00df,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-5e8a5fc53ebd38cb,libicu_normalizer_data-088c419f54c50650,libicu_collections-c3c8fab36316cc9a,libpotential_utf-c5f168a21c8c30aa,libicu_provider-540ff46154f4015b,libicu_locale_core-cbe487f9302bf6fb,libtinystr-7380bca8149ed9aa,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-b721eeadd2c8a9fb,libzerotrie-e90d7d1e1825e5e8,libyoke-3f0f8a609a4d0e43,libstable_deref_trait-2e8a51880becee83,libzerofrom-c8b7ac8f5b7bb479,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libframe_metadata-1384d7e35bf2c541,libink_env-32b9334862191345,libink_engine-e1f73a6f57340496,libsecp256k1-d5bdf4ec52a638f8,libsecp256k1_sys-2a680e0d86453755,libhex_literal-d5dfb276bcc0209c,libink_storage_traits-33f08238878f4b53,libink_metadata-15471204845264ce,libink_primitives-f9379fa18bbd9f43,libscale_encode-152962ca1bcee1a1,libscale_decode-725a53a449424142,libthiserror-65fbd60a36fd9187,libscale_bits-b38b8d84c97b422b,libscale_type_resolver-ef88357c78032b26,libsp_core-3fb2e666370ab8c2,liblibsecp256k1-b032a310d1b4da82,libbase64-2a03de3babadded3,liblibsecp256k1_core-a9ff64ea88c69138,libdigest-aa7abc3b1335129e,libfutures-39a674443ad9febf,libfutures_executor-0aefb1b194b40fca,libnum_cpus-8ef67c2b292e58c2,libfutures_util-31301681a5b18124,libfutures_io-27f9afa652f9fbc0,libslab-8c0cbfb396425d81,libfutures_channel-1f2b0544a40f6e69,libfutures_sink-be8442ee548d90f9,libfutures_task-11771fc23744b112,libpin_utils-9a5791cba021167a,libfutures_core-80383a8f754c92a8,libsubstrate_bip39-c8b789651342dab3,libpbkdf2-bf184d95d46d56e7,libpassword_hash-3e9e36ea9f93f6d4,libbase64ct-4f97479b5fe1656a,libhmac-8a9da88709e56077,libarray_bytes-f5201a58499440d8,libbs58-73870d0b6360be16,libtracing-2ec8c430ab79dccc,libpin_project_lite-bedc6e0acd72ff2a,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,libthiserror-4b1b3776676e2fbc,libschnorrkel-e82375615e40c481,libmerlin-9ab2703978aaf219,libgetrandom_or_panic-94f0523192e286d3,libed25519_zebra-171f8c0663c016b2,libed25519-a4ed5c7c1c781ba4,libsignature-9753a50d46f8e32a,libhashbrown-99cbda66f0133ed9,libfoldhash-55638c18c7cdc9bc,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3,libcurve25519_dalek-ec096bbc8fe325ae,libsecp256k1-7b8e2a3b4a1a8c28,libsecp256k1_sys-f339993de287646b,libsp_externalities-389e00802c26314c,libenvironmental-0dd97d2c47c6a137,libsp_storage-e9a9157599b65475,libref_cast-03753b0a30f1b8c1,libsp_std-0ec1b017e4788d31,libparking_lot-6b29f3b11738107e,libparking_lot_core-3db2553cbb9b2006,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libhash_db-2fa67b41d9a744b7,libhash256_std_hasher-ecd4b7792f617551,libblake2-cf3e9859573f40a7,libss58_registry-cbf2c07062dd8c67,libnum_format-3ca4f79e483dc667,libsecrecy-00832b5f7871dee1,libitertools-1bb97b62bd0e2a5f,libparity_bip39-0112535ea677acb9,libunicode_normalization-91b48beebdd352af,libtinyvec-5904eadb2731a928,libtinyvec_macros-1c14e8980bff1229,libbitcoin_hashes-9c6ed3ecce04ff6a,libhex_conservative-e91b0dad939ea95a,libsp_crypto_hashing-d031c146270ca889,libsha2-9f3bfc51f5c995bf,libtwox_hash-f68dbc0162895ea4,libblake2b_simd-43b0d5dcbd460dd0,libconstant_time_eq-37afda33ada159e8,libarrayref-e2c56de32f019e08,libsp_weights-f69707c6cce5b564,libsmallvec-21f4c41bfe2e767b,libbounded_collections-18fc68a669edb5ca,liblog-cfb0a897de58af94,libjam_codec-21eb3010aeb5179a,libsp_arithmetic-8016e086caa3bde6,libdocify-e862cf1281f50a89,libprimitive_types-8906993cba60ec3a,libimpl_codec-bbbcc478704e30dd,libimpl_serde-eb1e29a2c55076e1,libimpl_num_traits-6dfcdfae2a68f006,libinteger_sqrt-4625695c92c26c35,libuint-a2689c741715c503,libcrunchy-07090c3a09db234f,libhex-28742b4ca144387c,libfixed_hash-8865233550f3ad8f,librand-e3a86e9acfdda57a,librand_chacha-6d58892962103750,libppv_lite86-70d0bc5a0db91b1e,libzerocopy-1833b861118c09dc,librand_core-303c54b15ddc8c08,libgetrandom-8ad29cc595161dda,liblibc-0ae50395762272e0,librustc_hex-bc63b2791f5fe1af,libbyteorder-1e924d369e48dcfe,libstatic_assertions-d53a9977dc6e27e5,libitertools-bb9dfc9f1c5526ce,libeither-ef22a4c75605e12f,liballoy_sol_types-865fd7e44d5c5213,liballoy_primitives-0b42df846f6de4d7,libconst_hex-233d0066171c592e,libcpufeatures-471354fefbcaf2d8,libderive_more-0803f0adaf550265,libruint-3685c79866abede5,libsha3-284c0a6f9438b622,libkeccak-f28fe40ebeabb702,libdigest-186d10830fca7dc2,libsubtle-e5d0f08ad131a30d,libconst_oid-5d63b50f42b847e9,libblock_buffer-658df927369e4bdb,libcrypto_common-b519c64cacb03b80,libgeneric_array-3367e6f586e8af0d,libtypenum-5c841780965d5b68,libzeroize-6f4ef4d5e06ff943,librustc_hash-d7c9c021d0487117,libpallet_revive_uapi-5b91dfe2679b23a5,libscale_info-60e87a43a9360a43,libbitvec-969c8f03d842820e,libwyz-13ba7a1c3ba60555,libtap-a03b11bfa148d0b2,libradium-adfcc51556c325ed,libfunty-e395759ffae18036,libderive_more-9ce31a3bbd29434e,libschemars-beec83fb29c99504,libdyn_clone-1c1b05e4f4a02cac,libserde_json-341a292cbb428f97,libmemchr-f9c66c7ba21bf873,libitoa-ae20521aea192d35,libzmij-4d6471318d3a4041,libparity_scale_codec-82d98962bf441ae8,libarrayvec-41dcfe80309d7422,libbytes-20b7e868a968b7a4,libserde-9f36a8475c90582e,libserde_core-57e528f07a610d2d,libbyte_slice_cast-dcb560e97b5b309a,libconst_format-b22eabab8bdd48be,libkonst-096afb2bbfc3de43,libkonst_macro_rules-39102dbf65eb4ce4,libbitflags-e2b4db6c651223da,libxxhash_rust-9f2d3a41c2432b81,libnum_traits-8434f84c7e6b85f7,libink_prelude-0b4678916f1737f5,libcfg_if-5af52f617df93f8f}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcL4ryca/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/secp256k1-sys-9e6d374d779ecaac/out" "-L" "/opt/rustwide/target/debug/build/secp256k1-sys-903b6a38790015a8/out" "-L" "/opt/rustwide/target/debug/build/ring-7ac48627768f682b/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cargo_contract-f36591e6f59b2c11" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-contract` (bin "cargo-contract" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ee831def7d96b615bdfb8e9c9e70a9257f0d69ef7eccf6f2019332eeefa38ca8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee831def7d96b615bdfb8e9c9e70a9257f0d69ef7eccf6f2019332eeefa38ca8", kill_on_drop: false }`
[INFO] [stdout] ee831def7d96b615bdfb8e9c9e70a9257f0d69ef7eccf6f2019332eeefa38ca8
